crypto/tls.ClientSessionState.useBy (field)
3 uses
crypto/tls (current package)
common.go#L344: useBy time.Time // Expiration of the ticket lifetime as set by the server
handshake_client.go#L314: if c.config.time().After(session.useBy) {
handshake_client_tls13.go#L672: useBy: c.config.time().Add(lifetime),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)